home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
qspy2_b1.zip
/
qlistf.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-06-28
|
388b
|
12 lines
/*
QLISTF.CMD - A Simple way to generate a list of servers with output
redirected to a file.
Substitute server1, server2, etc with your favourite servers...
*/
echo off
cls
qspy2 'server1 -np -nr -ns >qlistf.txt'
qspy2 'server2:26001 -np -nr -ns -nh >>qlistf.txt'
qspy2 'server3 -np -nr -ns -nh >>qlistf.txt'